AttachmentSave(String, Boolean) Method

Saves this attachment to the specified file.

Definition

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public void Save(
	string filePath,
	bool overwrite
)

Parameters

filePath  String
File path.
overwrite  Boolean
True to overwrite existing file, otherwise false.

See Also